home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global photocast, moviecast, moviebtncast
- if the visible of sprite moviecast = 1 then
- set the movieRate of sprite moviecast to 0
- set the visible of sprite moviecast to 0
- set the visible of sprite moviebtncast to 0
- set the castNum of sprite moviecast to member "rep_mov_core"
- end if
- case the frame of
- "2":
- set targetcast to "01_C_11.PCT"
- "3":
- set targetcast to "02_C_01.PCT"
- "5":
- set targetcast to "05_C_09.PCT"
- "6":
- set targetcast to "06_C_07.PCT"
- "7":
- set targetcast to "08_C_13.PCT"
- "8":
- set targetcast to "10_C_06.PCT"
- "9":
- set targetcast to "11_C_05.PCT"
- "10":
- set targetcast to "12_C_04.PCT"
- "11":
- set targetcast to "14_C_02.PCT"
- end case
- set the castNum of sprite photocast to member targetcast
- set the visible of sprite photocast to 1
- puppetSound(1, "CLICK.aif")
- end
-